IMapView.Split Method

Splits the map view into two views.

Syntax

public:
void Split(
         out IMapView<K, V>^ first,
         out IMapView<K, V>^ second
)  

Parameters

first
Type: IMapView<K, V> 

  One half of the original map.

second
Type: IMapView<K, V> 

  The second half of the original map.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IMapView Generic Interface

IMapView Members

Windows.Foundation.Collections Namespace